home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / H_FOLDER / DEFINE.H < prev    next >
Text File  |  1990-03-11  |  490b  |  24 lines

  1. /*
  2.  * Standard Icon definitions for Macintosh Programmer's Workshop
  3.  * (MPW) Icon.
  4.  */
  5.  
  6. #define Big 18446744073709551616.
  7. #define HostStr "Macintosh MPW"
  8. #define LogHuge 4933
  9. #define MaxHdr 512
  10. #define Precision 20
  11. #define SysTime "time.h"
  12. #define double extended
  13. #define index strchr
  14. #define rindex strrchr
  15. #define VoidType
  16. #define Standard
  17.  
  18. #define MACINTOSH 1
  19. #define MPW 1
  20. #define LSC 0
  21.  
  22. #define memcopy(to,from,len) memcpy(to,from,len)
  23. #define memfill(to,char,len) memset(to,char,len)
  24.